
enum iconvals{  ICON_MSTART = 0, /* Dummy To Indicate beginning */ 
                INFORM,   /*  Give info about product */
                CAPTUREM,   /*  Start macro capture */
                ENDCAPT,     /*  End macro capture */
                ABORTCAP,   /* Abort macro capture */
                MACCAP,
                SWSP,            /*  Save workspace */
                QUIT,            /*  Quit schema 2 */
                NEWSHEET,        /* Create new sheet dialogue */
                APPPREFS,        /* Preferences dialogue */
                NEWVMEN,         /* new view menu of sheets */
                DISCMEN,         /* Discard Menu of sheets */
                SSDISCALL,
                ICON_MEND        /*  Dummy to indicate End */
             };
/* Emd of file */
